Doc updates related to tty-setup-hook
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Feb 2014 08:41:47 +0000 (00:41 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Feb 2014 08:41:47 +0000 (00:41 -0800)
commit71895e1e293920d2c1f87a66b4bcfd1ac0d3adac
tree2ca5d77e31d3a127bd54108de4f216eef4e5a7aa
parent0174703f850611ee7eed9d90bbb593a8b3846b35
Doc updates related to tty-setup-hook

* doc/emacs/custom.texi (Terminal Init):
Replace term-setup-hook with tty-setup-hook.

* doc/lispref/display.texi (Window Systems):
* doc/lispref/hooks.texi (Standard Hooks):
Replace term-setup-hook with tty-setup-hook.

* doc/lispref/os.texi (Startup Summary, Init File, Terminal-Specific):
Replace term-setup-hook with tty-setup-hook, and update.

* doc/misc/edt.texi (Quick start, Starting emulation):
* doc/misc/efaq.texi (Fullscreen mode on MS-Windows)
(Terminal setup code works after Emacs has begun): Update hook details.

* doc/misc/vip.texi (Loading VIP): Fix hook example.

* lisp/faces.el (tty-setup-hook, tty-run-terminal-initialization): Doc fixes.

* lisp/startup.el (term-setup-hook): Doc fix.  Make obsolete.

* lisp/emulation/edt.el: Comment update.

* lisp/term/sun.el (sun-raw-prefix-hooks):
Use tty-setup-hook instead of term-setup-hook.
(terminal-init-sun): Construct message from bytecomp plist.

* lisp/term/wyse50.el (enable-arrow-keys): Doc fix.

* etc/refcards/vipcard.tex: Hook fix.

* etc/NEWS: Related edit.
19 files changed:
doc/emacs/ChangeLog
doc/emacs/custom.texi
doc/lispref/ChangeLog
doc/lispref/display.texi
doc/lispref/hooks.texi
doc/lispref/os.texi
doc/misc/ChangeLog
doc/misc/edt.texi
doc/misc/efaq.texi
doc/misc/vip.texi
etc/ChangeLog
etc/NEWS
etc/refcards/vipcard.tex
lisp/ChangeLog
lisp/emulation/edt.el
lisp/faces.el
lisp/startup.el
lisp/term/sun.el
lisp/term/wyse50.el